home *** CD-ROM | disk | FTP | other *** search
/ IRIX 6.5 Complementary Applications 2004 February / SGI IRIX 6.5 Complementary Applications 2004 February.iso / dist / cde.idb / usr / dt / share / man / cat3 / XmDropSiteQueryStackingOrder.z / XmDropSiteQueryStackingOrder
Encoding:
Text File  |  2003-11-18  |  3.6 KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmDDDDrrrrooooppppSSSSiiiitttteeeeQQQQuuuueeeerrrryyyySSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeeUUUUrrrrNNNN((((IIII3333XXXXXXXX))))SSSSyyyyssssXXXXttttmmmmeeeeDDDDmmmmrrrrooooVVVVppppSSSSiiiitttteeeeQQQQuuuueeeerrrryyyySSSSttttaaaacccckkkkiiiinnnnggggOOOOrrrrddddeeeerrrr((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.       _X_m_D_r_o_p_S_i_t_e_Q_u_e_r_y_S_t_a_c_k_i_n_g_O_r_d_e_r - A Drag    and Drop function that
  10.       returns the parent, a    list of    children, and the number of
  11.       children for a specified widget
  12.  
  13.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  14.       #include <Xm/DragDrop.h>
  15.  
  16.       Status XmDropSiteQueryStackingOrder (wwwwiiiiddddggggeeeetttt,,,, ppppaaaarrrreeeennnntttt____rrrreeeettttuuuurrrrnnnn,,,, cccchhhhiiiilllldddd____rrrreeeettttuuuurrrrnnnnssss,,,, nnnnuuuummmm____cccchhhhiiiilllldddd____rrrreeeettttuuuurrrrnnnnssss)
  17.            _W_i_d_g_e_t       wwwwiiiiddddggggeeeetttt;
  18.            _W_i_d_g_e_t       *ppppaaaarrrreeeennnntttt____rrrreeeettttuuuurrrrnnnn;
  19.            _W_i_d_g_e_t       **cccchhhhiiiilllldddd____rrrreeeettttuuuurrrrnnnnssss;
  20.            _C_a_r_d_i_n_a_l       *nnnnuuuummmm____cccchhhhiiiilllldddd____rrrreeeettttuuuurrrrnnnnssss;
  21.  
  22.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.       _X_m_D_r_o_p_S_i_t_e_Q_u_e_r_y_S_t_a_c_k_i_n_g_O_r_d_e_r obtains the parent, a list of
  24.       children registered as drop sites, and the number of
  25.       children registered as drop sites for    a given    widget.     The
  26.       children are listed in current stacking order, from bottom-
  27.       most (first child) to    the top-most (last child).  This
  28.       function allocates memory for    the returned data that must be
  29.       freed    by calling _X_t_F_r_e_e.
  30.  
  31.       wwwwiiiiddddggggeeeetttt
  32.            Specifies the widget ID.     For this widget, you obtain
  33.            the list    of its children, its parent, and the number of
  34.            children.
  35.  
  36.       ppppaaaarrrreeeennnntttt____rrrreeeettttuuuurrrrnnnn
  37.            Returns the widget ID of    the drop site parent of    the
  38.            specified widget.
  39.  
  40.       cccchhhhiiiilllldddd____rrrreeeettttuuuurrrrnnnnssss
  41.            Returns a pointer to the    list of    drop site children
  42.            associated with the specified widget.
  43.  
  44.       nnnnuuuummmm____cccchhhhiiiilllldddd____rrrreeeettttuuuurrrrnnnnssss
  45.            Returns the number of drop site children    for the
  46.            specified widget.
  47.  
  48.       For a    complete definition of DropSite    and its    associated
  49.       resources, see _X_m_D_r_o_p_S_i_t_e(_3_X).
  50.  
  51.      RRRREEEETTTTUUUURRRRNNNN VVVVAAAALLLLUUUUEEEE
  52.       Returns zero if the routine fails; returns a nonzero value
  53.       if it    succeeds.
  54.  
  55.      RRRREEEELLLLAAAATTTTEEEEDDDD IIIINNNNFFFFOOOORRRRMMMMAAAATTTTIIIIOOOONNNN
  56.       _X_m_D_r_o_p_S_i_t_e(_3_X) and _X_m_D_r_o_p_S_i_t_e_C_o_n_f_i_g_u_r_e_S_t_a_c_k_i_n_g_O_r_d_e_r(_3_X).
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                        (printed 11/11/03)
  64.  
  65.  
  66.  
  67.